/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright  2002 - 2010 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Theme Red2violet for PHP Fusion V7.01
| Author: Kevin Kersten (Wondergekko)
| Homepage: http://puresoundradio.de
+-------------------------------------------------------*/

THEME-DEMO-LINK:
http://theme.puresoundradio.de


Installation:

1. 	copy all containig folders and files from "FILES" to the root of your fusion

2.	activate theme in mainsettings from fusion
	


To use all funktions from Theme like menu (hardcodet) you will have to edit som files by hand.


impressum.php:

Fillout all fields with your data.

Save the file and upload to the root of your fusion!
 

Menu:

To use the menu, edit the include_theme_navigation.php.


Example:
<li><a title='' class='item-primary'>MENU1</a>
        			<ul style='width:150px;'>
        			<li><a href='' title=''>LINK1</a></li>
        			<li><a href='' title=''>LINK2</a></li>
        			</ul>

Editiert point "MENU1" with your own 1. Menuitem.
The links inside this menuitem "LINK1" and "LINK2" are examples. 
Just edit Crosslink-URL "href=''" 
and title-Tag.

You can add Menuitems and Sublinks as muc as you want by copy & paste.


have fun!

